cssprovider: Export correct API
authorBenjamin Otte <otte@redhat.com>
Thu, 18 Apr 2019 00:05:58 +0000 (02:05 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 18 Apr 2019 00:26:04 +0000 (02:26 +0200)
commit1aa16106115e957dadf2f23a7a8ff1699bd30b7d
tree89d157870e005172b3d1097830066297560946aa
parent0c87b6225142cb97e1ffa763bca26ee0e1b8f717
cssprovider: Export correct API

gtk_css_provider_get_named() is the old GTK3 style API to load themes.

Instead, export the function we currently use,
gtk_css_provider_load_named().

As a side effect we allow people to load a theme as often as they want
without conflicting with GTK's theme.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkcssprovider.c
gtk/gtkcssprovider.h
gtk/gtkcssproviderprivate.h
gtk/gtksettings.c